kev009 commented on this pull request.


> @@ -1322,7 +1322,7 @@ zfs_do_destroy(int argc, char **argv)
                        char buf[16];
                        zfs_nicenum(cb.cb_snapused, buf, sizeof (buf));
                        if (cb.cb_parsable) {
-                               (void) printf("reclaim\t%llu\n",
+                               (void) printf("reclaim\t%"PRIu64"\n",
                                    cb.cb_snapused);

It looks like a Hungarian notation. Both are specified in C99, do you want 
PRIu64 changed to long long casts?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/472#discussion_r140974506
------------------------------------------
openzfs-developer
Archives: 
https://openzfs.topicbox.com/groups/developer/discussions/T5657d8408facc233-M2331067cee639969c1a7762c
Powered by Topicbox: https://topicbox.com

Reply via email to