Changeset 2459
- Timestamp:
- 01/18/07 17:33:45 (2 years ago)
- Files:
-
- trunk/src/vsysctl.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/vsysctl.c
r2458 r2459 117 117 118 118 /* we just want the first line, and not the linefeed */ 119 if ((ptr = strchr(setting, '\n')) == NULL)119 if ((ptr = strchr(setting, '\n')) != NULL) 120 120 *ptr = '\0'; 121 121
