Whamcloud - gitweb
tune2fs.c (parse_time): Fix minor buglet; the parse_time routine
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 Dec 2004 01:40:08 +0000 (20:40 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Dec 2004 01:40:08 +0000 (20:40 -0500)
commit690e693cafa83eadbf7ce80291f53a7e89e9c2cc
treefcd0cee9a0ecccb55f8c09eb2da4b973066e8174
parent7dec050a807eec171e29c9a7966347633a5992bf
tune2fs.c (parse_time): Fix minor buglet; the parse_time routine
should use the passed-in argument, not optarg, even though
the two are the same in the case of the current caller of
said function.  (i.e., no user-visible problems were caused
by this, even though the code was wrong).
misc/ChangeLog
misc/tune2fs.c