Skip to content

Commit

Permalink
Add another patch occurrence
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Mar 3, 2015
1 parent ad2c2cb commit 1dfea21
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions squirrel_coverity.patch
Expand Up @@ -70,3 +70,15 @@ index de0927f..e941231 100644
case _OP_CALL: {
SQObjectPtr clo = STK(arg1);
switch (type(clo)) {
diff --git a/external/squirrel/squirrel/sqlexer.cpp b/external/squirrel/squirrel/sqlexer.cpp
index 547835b..178401d 100644
--- a/external/squirrel/squirrel/sqlexer.cpp
+++ b/external/squirrel/squirrel/sqlexer.cpp
@@ -203,6 +203,7 @@ SQInteger SQLexer::Lex()
}
Error(_SC("error parsing the string"));
}
+ break;
case _SC('"'):
case _SC('\''): {
SQInteger stype;

0 comments on commit 1dfea21

Please sign in to comment.