3rdparty/portmidi: Another undefined macro warning.

This commit is contained in:
Vas Crabb 2025-04-20 18:46:19 +10:00 committed by GitHub
parent 3f69ebaa82
commit d1e35612fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -353,7 +353,7 @@ value_ptr bplist_read_file(const char *filename)
value_ptr value;
int rslt = stat(filename, &stbuf);
if (rslt) {
#if BPLIST_LOG
#if defined(BPLIST_LOG) && (BPLIST_LOG != 0)
perror("in stat");
#endif
bplist_log("Could not stat %s, error %d\n", filename, rslt);