Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137012114
D7052.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
877 B
Referenced Files
None
Subscribers
None
D7052.diff
View Options
Index: contrib/libxo/configure.ac
===================================================================
--- contrib/libxo/configure.ac
+++ contrib/libxo/configure.ac
@@ -12,7 +12,7 @@
#
AC_PREREQ(2.2)
-AC_INIT([libxo], [0.6.2], [phil@juniper.net])
+AC_INIT([libxo], [0.6.3], [phil@juniper.net])
AM_INIT_AUTOMAKE([-Wall -Werror foreign -Wno-portability])
# Support silent build rules. Requires at least automake-1.11.
Index: contrib/libxo/tests/core/test_02.c
===================================================================
--- contrib/libxo/tests/core/test_02.c
+++ contrib/libxo/tests/core/test_02.c
@@ -70,7 +70,7 @@
xo_emit(" {:lines/%7ju} {:words/%7ju} "
"{:characters/%7ju} {d:filename/%s}\n",
- 20, 30, 40, "file");
+ (uintmax_t) 20, (uintmax_t) 30, (uintmax_t) 40, "file");
int i;
for (i = 0; i < 5; i++)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 21, 11:47 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25832633
Default Alt Text
D7052.diff (877 B)
Attached To
Mode
D7052: Update libxo to 0.6.3
Attached
Detach File
Event Timeline
Log In to Comment