- Timestamp:
- 12/20/10 09:11:18 (12 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/rules_mgmt.c
r127 r143 651 651 } 652 652 tmp->valueLength = 4; 653 tmp->stor.lvalue = (unsigned long) atol(value); 653 /* tmp->stor.lvalue = (unsigned long) atol(value);*/ 654 tmp->stor.lvalue = (unsigned long) strtoul(value, NULL, 10); 654 655 tmp->next = vPtr; 655 656 }