mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-18 04:33:27 +01:00
Fix format for MSVC.
This commit is contained in:
@@ -266,7 +266,7 @@ char *TemplateMixin::mangle()
|
||||
p += 2;
|
||||
buf.writestring(p);
|
||||
}
|
||||
buf.printf("%zu%s", strlen(id), id);
|
||||
buf.printf("%llu%s", (ulonglong)strlen(id), id);
|
||||
id = buf.toChars();
|
||||
buf.data = NULL;
|
||||
//printf("TemplateMixin::mangle() %s = %s\n", toChars(), id);
|
||||
|
||||
Reference in New Issue
Block a user