Changeset ee2d4d in git
- Timestamp:
- Aug 26, 2018, 11:32:06 AM (5 years ago)
- Branches:
- (u'spielwiese', '2fa36c576e6a4ddbb1093b43c7f8e9835e17e52a')
- Children:
- 53238ada2509c5e616157c153594cd6ff9f936be
- Parents:
- b4976474e098cd507f0f7546f91de0121097e7d0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
rb49764 ree2d4d 2273 2273 R->cf = nInitChar(n_long_C, NULL); 2274 2274 else if ((r1<=SHORT_REAL_LENGTH) 2275 && (r2 =SHORT_REAL_LENGTH))2275 && (r2<=SHORT_REAL_LENGTH)) 2276 2276 R->cf = nInitChar(n_R, NULL); 2277 2277 else … … 2280 2280 p->float_len=r1; 2281 2281 p->float_len2=r2; 2282 R->cf = nInitChar(n_long_R, NULL);2282 R->cf = nInitChar(n_long_R, p); 2283 2283 } 2284 2284 2285 2285 if ((r1<=SHORT_REAL_LENGTH) // should go into nInitChar 2286 && (r2 =SHORT_REAL_LENGTH))2286 && (r2<=SHORT_REAL_LENGTH)) 2287 2287 { 2288 2288 R->cf->float_len=SHORT_REAL_LENGTH/2; … … 2477 2477 else 2478 2478 { 2479 Werror("var name %d must be `string` ",i+1);2479 Werror("var name %d must be `string` (not %d)",i+1i, v->m[i].Typ()); 2480 2480 return TRUE; 2481 2481 }
Note: See TracChangeset
for help on using the changeset viewer.