Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14075332
D21098.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
361 B
Referenced Files
None
Subscribers
None
D21098.diff
View Options
diff --git a/src/xsprintf/tsprintf.php b/src/xsprintf/tsprintf.php
--- a/src/xsprintf/tsprintf.php
+++ b/src/xsprintf/tsprintf.php
@@ -48,6 +48,9 @@
$value = PhutilTerminalString::escapeStringValue($value, false);
$type = 's';
break;
+ case 'd':
+ $type = 'd';
+ break;
default:
throw new Exception(
pht(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 10:44 AM (7 h, 15 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6774549
Default Alt Text
D21098.diff (361 B)
Attached To
Mode
D21098: Restore "%d" support to "tsprintf()"
Attached
Detach File
Event Timeline
Log In to Comment