Skip to content

Commit

Permalink
Merge pull request #29 from jdossett/master
Browse files Browse the repository at this point in the history
Fix incrementing in vnode_split_raw.cpp for comment consistnecy
  • Loading branch information
sshock authored Sep 20, 2017
2 parents e32b671 + becf548 commit 0ddccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vnode_split_raw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int split_raw_increment_fname (char *fn)
}

/* Increment */
if(incval(ext[2],10)){
if(incval(ext[2],36)){
if(incval(ext[1],36)){
if(incval(ext[0],36)){
return EINVAL;
Expand Down

0 comments on commit 0ddccaf

Please sign in to comment.