[zaptel-commits] branch 1.2 r1235 - /branches/1.2/wct4xxp_base.c
zaptel-commits at lists.digium.com
zaptel-commits at lists.digium.com
Sat Jul 15 17:12:56 MST 2006
Author: kpfleming
Date: Sat Jul 15 19:12:55 2006
New Revision: 1235
URL: http://svn.digium.com/view/zaptel?rev=1235&view=rev
Log:
eliminate compiler warning
Modified:
branches/1.2/wct4xxp_base.c
Modified: branches/1.2/wct4xxp_base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wct4xxp_base.c?rev=1235&r1=1234&r2=1235&view=diff
==============================================================================
--- branches/1.2/wct4xxp_base.c (original)
+++ branches/1.2/wct4xxp_base.c Sat Jul 15 19:12:55 2006
@@ -2699,7 +2699,7 @@
printk("VPM450M: Firmware not found to be loaded\n");
return;
}
- printk("VPM450: Firmware of size %d found\n", firmware->size);
+ printk("VPM450: Firmware of size %zd found\n", firmware->size);
#else
printk("VPM450: Using classic method of loading firmware\n");
#endif
More information about the zaptel-commits
mailing list