ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/inifile_reader.c
(Generate patch)

Comparing Daodan/src/inifile_reader.c (file contents):
Revision 349 by rossy, Wed Jun 10 12:40:16 2009 UTC vs.
Revision 352 by rossy, Sat Jun 13 01:44:53 2009 UTC

# Line 20 | Line 20 | char* inifile_cleanstr(char* str)
20          return str;
21   }
22   */
23 < bool inifile_read(char* filename, inifile_callback callback)
23 > bool inifile_read(const char* filename, inifile_callback callback)
24   {
25          FILE* fp = fopen(filename, "r");
26          char* inisection = "";

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)