ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/prefs.cpp
(Generate patch)

Comparing BasiliskII/src/prefs.cpp (file contents):
Revision 1.4 by cebix, 2000-04-10T18:52:25Z vs.
Revision 1.5 by cebix, 2000-04-14T19:03:48Z

# Line 333 | Line 333 | void LoadPrefsFromStream(FILE *f)
333  
334                  // Skip whitespace until value
335                  while (isspace(*p)) p++;
336                if (*p == 0)
337                        continue;
336                  char *keyword = line;
337                  char *value = p;
338                  int32 i = atol(value);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines