Changeset 341 for trunk/orca

Show
Ignore:
Timestamp:
01/07/07 16:56:56 (23 months ago)
Author:
krobillard
Message:

Fixed 'at (thanks to Krzysztof Kowalczyk)
Thune - Added 'appen helper. [0 random] no longer crashes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/series.c

    r144 r341  
    11171117        else    // OT_DECIMAL 
    11181118            n = ((int) orDecimal(a2)); 
    1119         if( n == 1 ) 
    1120             n = 0; 
     1119        if( n > 0 ) 
     1120            --n; 
    11211121    } 
    11221122