Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Fri, 17 Oct 2008 22:04:34 +0000 (22:04 +0000)
committeradilger <adilger>
Fri, 17 Oct 2008 22:04:34 +0000 (22:04 +0000)
Quiet printf format warning.

lustre/utils/ll_recover_lost_found_objs.c

index f9a08be..449cfae 100644 (file)
@@ -323,7 +323,7 @@ int check_last_id(char *mount_path)
 
        for (group = 0; group < MAX_GROUPS; group++) {
                max_objid = 0;
-               sprintf(dirname, "%s/O/"LPU64, mount_path, group);
+               sprintf(dirname, "%s/O/%llu", mount_path, group);
 
                strcpy(lastid_path, dirname);
                strcat(lastid_path, "/LAST_ID");