google-code-export / tovid

Automatically exported from code.google.com/p/tovid
1 stars 0 forks source link

sleep(1) takes numeric arguments ONLY #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The standard sleep(1) utility expects its argument as an integer number of 
seconds. Unfortunately, various tovid scripts append the letter "s" to the 
number.

Perhaps, this is acceptable on some obscure Operating Systems, but the 
redundant qualifier makes the scripts gratuitously unportable...

I'm attaching the (likely -- incomplete) patch, which fixes the problem.

Original issue reported on code.google.com by virtuale...@gmail.com on 18 Nov 2011 at 6:09

Attachments:

GoogleCodeExporter commented 9 years ago
Here is an updated patch, which fixes a couple more occurrences.

Original comment by virtuale...@gmail.com on 18 Nov 2011 at 9:59

Attachments: