Ignore:
Timestamp:
2000-12-05T13:08:17+13:00 (23 years ago)
Author:
sjboddie
Message:

A few changes to get multi-volume cd-roms working again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/w32server/settings.cpp

    r1203 r1739  
    376376  if (conf) {
    377377    while (read_ini_line(conf, key, value) >= 0) {
     378      if (key.empty()) continue;
    378379      if (value.empty()) {
    379380    // should be a section title
Note: See TracChangeset for help on using the changeset viewer.