Opened 10 years ago
Closed 10 years ago
#458 closed bug (fixed)
Missing semicolon in random.lib
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | trivial | Milestone: | 3-1-6 and higher |
Component: | dontKnow | Version: | 3-1-5 |
Keywords: | Cc: |
Description
One cannot call genericid from random.lib with only one optional argument because of a missing semicolon in line 39: if( size(#)==1 ) { int p=#[1]; int b=30000}
Note: See
TracTickets for help on using
tickets.
fixed with rev. 15324 (added ;)