mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-04 04:48:55 +00:00
14 lines
304 B
Diff
14 lines
304 B
Diff
https://github.com/termux/termux-packages/issues/16191
|
|
|
|
--- a/mu/mu-cmd-server.cc
|
|
+++ b/mu/mu-cmd-server.cc
|
|
@@ -77,7 +77,7 @@
|
|
if (tty) // for testing.
|
|
::printf("[%x]", num);
|
|
else
|
|
- ::printf(COOKIE_PRE "%x" COOKIE_POST, num);
|
|
+ ::printf("%s%x%s", COOKIE_PRE, num, COOKIE_POST);
|
|
}
|
|
|
|
static void
|