From 4c7b142690db038b9588e94935c2a1907e1009dc Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Sat, 20 Jun 2020 00:15:15 +0200 Subject: [PATCH] Updated log message in hardfile --- src/osdep/amiberry_hardfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osdep/amiberry_hardfile.cpp b/src/osdep/amiberry_hardfile.cpp index 4989da54..3ba41fe4 100644 --- a/src/osdep/amiberry_hardfile.cpp +++ b/src/osdep/amiberry_hardfile.cpp @@ -61,7 +61,7 @@ int hdf_open_target(struct hardfiledata *hfd, const TCHAR *pname) hfd->virtual_rdb = nullptr; if (!hfd->cache) { - write_log("malloc(%d) failed in hdf_open_target, error %d\n", CACHE_SIZE, errno); + write_log("VirtualAlloc(%d) failed in hdf_open_target, error %d\n", CACHE_SIZE, errno); goto end; } hfd->handle = xcalloc(struct hardfilehandle, 1);