mirror of
https://github.com/thestk/stk
synced 2026-01-20 07:51:53 +00:00
Version 3.1
This commit is contained in:
committed by
Stephen Sinclair
parent
868787a5f9
commit
4b6500d3de
@@ -140,7 +140,7 @@ long SKINI11 :: parseThis(char* aString)
|
||||
int somePointrs[__SK_MAX_FIELDS_];
|
||||
|
||||
temp = nextChar(aString);
|
||||
if (which = ignore(aString[temp])) {
|
||||
if ((which = ignore(aString[temp]))) {
|
||||
if (which == 2) printf("// CommentLine: %s\n",aString);
|
||||
messageType = 0;
|
||||
return messageType;
|
||||
|
||||
Reference in New Issue
Block a user