# HG changeset patch # User Emmanuel Gil Peyrot # Date 1301688937 -7200 # Node ID c3d4f9ee2cf1d9f82946ac65f5f8a9985be011c5 # Parent 043d5db574740d3cebc6690b126e0791ec165938 Convert the last non-Unicode japanese comments. diff --git a/autogen.sh b/autogen.sh --- a/autogen.sh +++ b/autogen.sh @@ -4,9 +4,9 @@ aclocal -I . && \ automake --add-missing && \ autoconf -# gcc 3.0.2 用の修正 -# gtkmm の autoconf が変でエラーが出るので -# 強制的にエラーの元になる行を削除 +# gcc 3.0.2 篆罩 +# gtkmm autoconf 紊с若冴 +# 綣桁句若茵 #sed -e 's/^extern "C" void exit(int);//' -e "s/',//" configure > configure.new #cp configure.new configure #rm -f configure.new diff --git a/scn2k/scn2k_textimpl.cc b/scn2k/scn2k_textimpl.cc --- a/scn2k/scn2k_textimpl.cc +++ b/scn2k/scn2k_textimpl.cc @@ -287,7 +287,7 @@ void Text::impl_InitFrames(Cmd& cmd) { int i, j = 0; for (i = 0; i < cmd.argc; i++) { - int cnt = cmd.args[j++].value; // 贈続袖損谷 + int cnt = cmd.args[j++].value; // 鐚х∴ int num = cmd.args[j++].value; FrameTimerAtom& atom = frame_var[num]; atom.from = cmd.args[j++].value; @@ -319,7 +319,7 @@ void Text::impl_ReadFrames(Cmd& cmd) { atom.total_time = 1; int cur_tm = old_time - atom.start_time; if (cur_tm < 0) - cur_tm = atom.total_time; // 促邸促辿臓辿尊捉損綻貼孫巽誰損谷 + cur_tm = atom.total_time; // 若腟 if (cur_tm > atom.total_time) cur_tm = atom.total_time; // use 'long long'(64bit) or 'double'(80bit) type, since total_time, to and from is 32 bit. diff --git a/system/file_impl.h b/system/file_impl.h --- a/system/file_impl.h +++ b/system/file_impl.h @@ -81,7 +81,7 @@ class SCN2kFILE : public ARCFILE { virtual void ListupFiles(int fname_len); virtual ARCINFO* MakeARCINFO(ARCFILE_ATOM& atom); public: - SCN2kFILE(char* fname) : ARCFILE(fname) {} + SCN2kFILE(const char* fname) : ARCFILE(fname) {} virtual ~SCN2kFILE() {} };