Subversion Repositories Kolibri OS

Rev

Rev 3799 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3799 Rev 3900
Line 290... Line 290...
290
    };
290
    };
291
    unsigned long long raw;
291
    unsigned long long raw;
292
}ufile_t;
292
}ufile_t;
Line 293... Line 293...
293
 
293
 
294
 
294
 
295
static inline ufile_t load_file(char *path)
295
static inline ufile_t load_file(const char *path)
Line 296... Line 296...
296
{
296
{
297
     ufile_t uf;
297
     ufile_t uf;