- Timestamp:
- Jan 6, 1998, 12:11:36 PM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- Children:
- 38cfbb50a8306b0a1da54ae6a6614ae8f4ecc643
- Parents:
- e15ab09eb369bedaa35c3f5f7a73856326ed48f0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/ftest/feval.m4
re15ab0 r85734a 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: feval.m4,v 1. 4 1997-11-21 11:18:08schmidt Exp $ */2 /* $Id: feval.m4,v 1.5 1998-01-06 11:11:36 schmidt Exp $ */ 3 3 4 4 ftestSetNameOfGame( feval, `" … … 69 69 char * argString = new char[len+1]; 70 70 argString[0] = '\0'; 71 while ( optind < =i ) {71 while ( optind < i ) { 72 72 strcat( argString, argv[optind] ); 73 73 optind++;
Note: See TracChangeset
for help on using the changeset viewer.