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.3 by cebix, 1999-10-28T15:33:10Z vs.
Revision 1.5 by cebix, 2000-04-14T19:03:48Z

# Line 1 | Line 1
1   /*
2   *  prefs.cpp - Preferences handling
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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