Changes in uspace/srv/vfs/vfs_register.c [56210a7:167616c] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
r56210a7 r167616c 369 369 } 370 370 371 fstypes->fstypes = calloc( count, sizeof(char *));371 fstypes->fstypes = calloc(sizeof(char *), count); 372 372 if (fstypes->fstypes == NULL) { 373 373 free(fstypes->buf);
Note:
See TracChangeset
for help on using the changeset viewer.