Changeset 114 for trunk/dll/sysinfo.c
- Timestamp:
- Dec 5, 2004, 1:03:16 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/sysinfo.c
r47 r114 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2002, 200 3Steven H.Levine9 Copyright (c) 2002, 2004 Steven H.Levine 10 10 11 11 Revisions 16 Oct 02 SHL - Baseline 12 12 08 Feb 03 SHL - Enable display 13 01 Aug 04 SHL - RunRmview: avoid buffer overflow 13 14 14 15 ***********************************************************************/ … … 78 79 if(!fgets(s,2048,fp)) 79 80 break; 80 s[204 8] = 0;81 s[2047] = 0; 81 82 stripcr(s); 82 83 rstrip(s);
Note:
See TracChangeset
for help on using the changeset viewer.