summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornille <nmeyering@gmail.com>2009-02-24 18:26:46 +0100
committernille <nmeyering@gmail.com>2009-02-24 18:26:46 +0100
commit3af70e42b4392395698aa9221f2f9ac4f06e54ae (patch)
treea8e11f6c235a119a130e394150912a31983c5aae
parentb57bdd6a96e07c3871a86e928f6cf7b40d3d0880 (diff)
parent96518ac67ffdeb599a7fdf2d84fb50fd040b8554 (diff)
Merge branch 'master' of git://timeoutd.org/jmdict
-rw-r--r--kana2romaji.cpp3
1 files changed, 2 insertions, 1 deletions
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" ||