Skip to content

Commit

Permalink
iconv_new()でreturn忘れを修正
Browse files Browse the repository at this point in the history
今迄何故かLinuxでは動いていたけどFreeBSDに持っていったら速攻で死んだので(酷すぎる)
  • Loading branch information
hcmiya committed Nov 17, 2017
1 parent f1b3550 commit ca3d14c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions put-tags.c
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,5 @@ iconv_t iconv_new(char const *to, char const *from) {
oserror();
}
}
return cd;
}

0 comments on commit ca3d14c

Please sign in to comment.