fix build

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@647 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Michael Jerris 2009-02-05 03:25:57 +00:00
parent e9c2bc56e1
commit 6b2067ffdf
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ int main(int argc, char *argv[])
zap_fsk_modulator_init(&fsk_trans, FSK_BELL202, 8000, &fsk_data, -14, 180, 5, 300, my_write_sample, &foo);
zap_fsk_modulator_send_all((&fsk_trans));
printf("%lu %d %d\n", fsk_data.dlen, foo.wrote, fsk_trans.est_bytes);
printf("%u %d %d\n", (unsigned) fsk_data.dlen, foo.wrote, fsk_trans.est_bytes);
if (fd > -1) {
close (fd);