about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-11-08 05:15:10 +0000
committerEric Wong <normalperson@yhbt.net>2011-11-08 05:15:10 +0000
commitefc339b43a272b92468629f7f833e1941052db2c (patch)
treeeb0841ced2c5717ed12f129a12ecd5f9ebeb81ef
parent27afdca06806f0c77be3625055539ab3331f5b3e (diff)
downloadmogilefs-client-efc339b43a272b92468629f7f833e1941052db2c.tar.gz
-rwxr-xr-xbin/mog2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mog b/bin/mog
index c9f1542..a308db5 100755
--- a/bin/mog
+++ b/bin/mog
@@ -150,7 +150,7 @@ begin
             size = size.to_s
           end
           size = (' ' * (12 - size.length)) << size # right justify
-          puts [ path_nr, size, key ].pack("A4 A16 A32")
+          puts [ path_nr, size, key ].pack("A4 A16 A*")
         else
           puts key
         end