Changes in uspace/srv/fs/exfat/exfat_fat.c [aaa77ba0:10092c9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_fat.c
raaa77ba0 r10092c9a 42 42 #include "../../vfs/vfs.h" 43 43 #include <libfs.h> 44 #include < libblock.h>44 #include <block.h> 45 45 #include <errno.h> 46 46 #include <byteorder.h> … … 401 401 { 402 402 service_id_t service_id = nodep->idx->service_id; 403 exfat_cluster_t lastc ;403 exfat_cluster_t lastc = 0; 404 404 int rc; 405 405
Note:
See TracChangeset
for help on using the changeset viewer.