From: nille Date: Tue, 24 Feb 2009 17:26:46 +0000 (+0100) Subject: Merge branch 'master' of git://timeoutd.org/jmdict X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=3af70e42b4392395698aa9221f2f9ac4f06e54ae;hp=b57bdd6a96e07c3871a86e928f6cf7b40d3d0880;p=jmdict-cli.git Merge branch 'master' of git://timeoutd.org/jmdict --- diff --git a/kana2romaji.cpp b/kana2romaji.cpp index a51b7ec..99a46d6 100644 --- a/kana2romaji.cpp +++ b/kana2romaji.cpp @@ -376,9 +376,10 @@ void kana2romaji(const string& kana, string& rom) { ) { remove_quote_1(pos, rom); pos -= 2; + continue; } } - else if (pos > 1) { + if (pos > 1) { string const pred = rom.substr(pos - 2, 2); if(pred == "ki" ||