[mapserver-users] tiny fix for mapparser.y
Rob Martinson
cathode at nichebox.com
Fri Jul 13 19:16:48 PDT 2001
Just FYI, I just compiled gdal and mapserver from CVS source and ran
across the tiniest typo.
Line 154 of mapparser.y reads:
| LENGTH '(' string_exp ')' { $$ = strlen($3) }
And should read:
| LENGTH '(' string_exp ')' { $$ = strlen($3); }
Damn semi-colons :)
Builds fine after this
Rob Martinson
Nichebox - http://www.nichebox.com
Development - http://dev.nichebox.com
More information about the MapServer-users
mailing list