• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

HOS-V4 Advance の開発リポジトリ


Commit MetaInfo

Révision64b97320ed512a4b03157a14d650d14b34fc5376 (tree)
l'heure2014-03-01 11:40:53
AuteurRyuji Fuchikami <ryuz@user...>
CommiterRyuji Fuchikami

Message de Log

fix gcc worring

Change Summary

Modification

--- a/cfgrtr/source/analyze.cpp
+++ b/cfgrtr/source/analyze.cpp
@@ -4,7 +4,7 @@
44 * @file analyze.cpp
55 * @brief %jp{構文解析クラス}%en{lexer cless}
66 *
7- * Copyright (C) 1998-2010 by Project HOS
7+ * Copyright (C) 1998-2014 by Project HOS
88 * http://sourceforge.jp/projects/hos/
99 */
1010
@@ -94,7 +94,7 @@ int CAnalyze::SearchChar(char* pszBuf, const char* &pszText, char c)
9494 }
9595
9696 // 文字列開始チェック
97- if ( !blText && *pszText == '\"' || *pszText == '\'' )
97+ if ( (!blText && *pszText == '\"') || *pszText == '\'' )
9898 {
9999 cDelimiter = *pszText;
100100 *pszBuf++ = *pszText++;