Author: jra
Date: 2007-09-13 00:31:02 +0000 (Thu, 13 Sep 2007)
New Revision: 25120

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25120

Log:
One more warning.
Jeremy.

Modified:
   branches/SAMBA_3_2/source/lib/charcnv.c
   branches/SAMBA_3_2_0/source/lib/charcnv.c


Changeset:
Modified: branches/SAMBA_3_2/source/lib/charcnv.c
===================================================================
--- branches/SAMBA_3_2/source/lib/charcnv.c     2007-09-13 00:29:25 UTC (rev 
25119)
+++ branches/SAMBA_3_2/source/lib/charcnv.c     2007-09-13 00:31:02 UTC (rev 
25120)
@@ -1109,7 +1109,7 @@
                        char *msg = talloc_asprintf(ctx,
                                        "Bad src length (%u) in "
                                        "pull_ascii_base_talloc",
-                                       src_len);
+                                       (unsigned int)src_len);
                        smb_panic(msg);
                }
        }

Modified: branches/SAMBA_3_2_0/source/lib/charcnv.c
===================================================================
--- branches/SAMBA_3_2_0/source/lib/charcnv.c   2007-09-13 00:29:25 UTC (rev 
25119)
+++ branches/SAMBA_3_2_0/source/lib/charcnv.c   2007-09-13 00:31:02 UTC (rev 
25120)
@@ -1109,7 +1109,7 @@
                        char *msg = talloc_asprintf(ctx,
                                        "Bad src length (%u) in "
                                        "pull_ascii_base_talloc",
-                                       src_len);
+                                       (unsigned int)src_len);
                        smb_panic(msg);
                }
        }

Reply via email to