> @@ -610,7 +611,7 @@ extern char *readSourceLine (vString *const vLine, MIOPos > location, > *pSeekValue = mio_tell (File.fp); > result = readLine (vLine, File.fp); > if (result == NULL) > - error (FATAL, "Unexpected end of file: %s", vStringValue > (File.name)); > + error (FATAL, "Unexpected end of file: %s", getInputFileName > ());
ditto --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1160/files/7ac17b662facd503d0c822cd61726f329b3a4607..1e36d2367e2b1180a84d7830b0f0e79be2dc44c8#r73521759
