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