diff options
Diffstat (limited to 'src/allocators/scalloc')
| -rw-r--r-- | src/allocators/scalloc/scalloc_fix_log.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/allocators/scalloc/scalloc_fix_log.patch b/src/allocators/scalloc/scalloc_fix_log.patch index eaae806..9d4a7d8 100644 --- a/src/allocators/scalloc/scalloc_fix_log.patch +++ b/src/allocators/scalloc/scalloc_fix_log.patch @@ -1,7 +1,7 @@ -diff --git a/src/log.h b/src/log.h +diff --git src/log.h src/log.h index 3edc36d..e1d181c 100644 ---- a/src/log.h -+++ b/src/log.h +--- src/log.h ++++ src/log.h @@ -46,13 +46,13 @@ inline void LogPrintf( snprintf(line_buffer, sizeof(line_buffer), "%d", line); |
