mirror of
https://git.checksum.fail/alec/mujs.git
synced 2025-12-11 13:39:58 +02:00
Add kludge for sprintf -> npf_snprintf in mujs
This commit is contained in:
@@ -241,7 +241,6 @@ U0 strcmp()
|
||||
{
|
||||
PUSH_SYSV_REGS
|
||||
GET_SYSV_ARGS
|
||||
//"strcmp: '%s', '%s'\n", p0, p1;
|
||||
StrCmp(p0, p1);
|
||||
POP_SYSV_REGS
|
||||
}
|
||||
@@ -385,11 +384,3 @@ U0 strstr()
|
||||
POP_SYSV_REGS
|
||||
|
||||
}
|
||||
|
||||
U0 sprintf()
|
||||
{
|
||||
PUSH_SYSV_REGS
|
||||
GET_SYSV_ARGS
|
||||
StrPrint(p0, p1, p2, p3, p4, p5);
|
||||
POP_SYSV_REGS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user