Changeset 7e3592e for storage.c


Ignore:
Timestamp:
2006-07-05T18:34:31Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
75a4b85
Parents:
5b52a48
Message:

Fixed text_load(), added detection of primary storage backends without
save support (which shouldn't be allowed) and added a call to nick_lc()
to xml_save() so at least nicks should now be case-insensitive.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage.c

    r5b52a48 r7e3592e  
    7070       
    7171        storage = storage_init_single(primary);
    72         if (storage == NULL)
     72        if (storage == NULL && storage->save == NULL)
    7373                return NULL;
    7474
Note: See TracChangeset for help on using the changeset viewer.