projects
/
record-dvb
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b973e87
)
s/atol/atoi/
author
michael
<michael>
Sat, 1 Jul 2006 18:46:22 +0000
(18:46 +0000)
committer
michael
<michael>
Sat, 1 Jul 2006 18:46:22 +0000
(18:46 +0000)
record-dvb.c
patch
|
blob
|
blame
|
history
diff --git
a/record-dvb.c
b/record-dvb.c
index a289874d160ee0c835e9d2aa420b4e8343e44ccc..45d2fcb353c8888448e762b1749fdf1fb7d5f92a 100644
(file)
--- a/
record-dvb.c
+++ b/
record-dvb.c
@@
-71,7
+71,7
@@
int main(int argc, char **argv)
if (argc == 4) {
url = argv[1];
- duration = ato
l
(argv[2])*60;
+ duration = ato
i
(argv[2])*60;
outfile = argv[3];
} else {
fprintf(stderr,"Syntax: %s URL duration_in_minutes outfile\n", argv[0]);
Impressum
,
Datenschutz