Changeset b1e0d72 in git
- Timestamp:
- May 4, 1998, 1:36:45 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 16262b74d0238fc697ef8ca51d05a0cce09087c6
- Parents:
- 82afd9b2fcc2022ff5fc632b25083237b43c5e04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/tesths.cc
r82afd9b rb1e0d72 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: tesths.cc,v 1.3 6 1998-04-28 09:53:19 pohlExp $ */4 /* $Id: tesths.cc,v 1.37 1998-05-04 11:36:45 obachman Exp $ */ 5 5 6 6 /* … … 375 375 errno = 0; 376 376 siRandomStart = strtol(optarg, NULL, 10); 377 if (errno )377 if (errno || siRandomStart == 0) 378 378 { 379 379 printf("%s: `%s' invalid integer argument for option `--%s'\n", argv[0], optarg, LON_RANDOM);
Note: See TracChangeset
for help on using the changeset viewer.