1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
This commit is contained in:
Alasdair Kergon 2005-05-09 17:45:06 +00:00
parent bbdd74e0fa
commit c44c04a6d7
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
Version 2.01.11 - Version 2.01.11 -
============================== ==============================
%Zu->%zu
Fix loopfiles alias alloc & mem debugging. Fix loopfiles alias alloc & mem debugging.
Un-inline dbg_strdup. Un-inline dbg_strdup.
lv_reduce tidying. lv_reduce tidying.

View File

@ -22,7 +22,7 @@
#include <inttypes.h> #include <inttypes.h>
/* Define some portable printing types */ /* Define some portable printing types */
#define PRIsize_t "Zu" #define PRIsize_t "zu"
struct str_list { struct str_list {
struct list list; struct list list;