summaryrefslogtreecommitdiffstats
path: root/fibmap_mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'fibmap_mplayer.c')
-rw-r--r--fibmap_mplayer.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/fibmap_mplayer.c b/fibmap_mplayer.c
index ead0879212..75395a90a8 100644
--- a/fibmap_mplayer.c
+++ b/fibmap_mplayer.c
@@ -1,3 +1,6 @@
+/* (C)2001,2002 by LGB (Gábor Lénárt), lgb@lgb.hu
+ Part of MPlayer project, this source is copyrighted according to GNU/GPL. */
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -30,6 +33,6 @@ int main ( int argc , char ** argv )
return 1;
}
close(fd);
- fprintf(stderr,"%d\n",lba);
+ printf("%d\n",lba);
return 0;
}