From 7e681ffce18c4b718ec4d454baebbad866f0362e Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Thu, 24 May 2012 20:38:02 +0100 Subject: [PATCH] Fix bug that causes ptsave URL parsing to fail if there is no '#' --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index 224dfb632..2423ab7e6 100644 --- a/src/main.c +++ b/src/main.c @@ -937,7 +937,6 @@ int main(int argc, char *argv[]) } if(!tempString[ci]) { - break; okay = 1; } if(okay)