> @@ -366,8 +366,8 @@ extern void openTagFile (void)
>  static int replacementTruncate (const char *const name, const long size)
>  {
>       char *tempName = NULL;
> -     FILE *fp = tempFile ("w", &tempName);
> -     fclose (fp);
> +     MIO *mio = tempFile ("w", &tempName);
> +     fclose (mio);

> only if it's actually found on the system

Yeah, of course, I was just commenting the fact that I didn't see any warnings 
from the compiler because it didn't get compiled on my system.

---
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/02138f9e59cc5d57b3db617561d00bb09110b1a0..967b572240513689fc2f6f9aefa929e7d54f6bfc#r73972353

Reply via email to