mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 08:33:14 +01:00
Merged DMD commit c0aeb74eb605c02f38bebc6bde819fffdf4b792d:
more 64
This commit is contained in:
@@ -2727,7 +2727,7 @@ int StringExp::compare(Object *obj)
|
||||
switch (sz)
|
||||
{
|
||||
case 1:
|
||||
return strcmp((char *)string, (char *)se2->string);
|
||||
return memcmp((char *)string, (char *)se2->string, len1);
|
||||
|
||||
case 2:
|
||||
{ unsigned u;
|
||||
|
||||
Reference in New Issue
Block a user