Cleaning up more Log( calls with Log_*(
[tpg/acess2.git] / Kernel / system.c
index f913918..a720add 100644 (file)
@@ -533,6 +533,7 @@ tConfigFile *System_Int_ParseFile(char *FileData)
                        // Quoted
                        if( *ptr == '"' ) {
                                ptr ++;
+                               ret->Lines[i].Parts[j] = ptr;
                                while( *ptr && !(*ptr == '"' && ptr[-1] == '\\') && *ptr != '\n' )
                                        ptr++;
                        }

UCC git Repository :: git.ucc.asn.au