IlgnerBri / subtitleedit

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

"Adjust all times" - problem without trailing zeroes #96

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Select Synchronization > Adjust all times ..
2. Enter e.g. 00:00:00,1__  (2 trailing underscores after the "1")
3. Click on "Show earlier" oder "Show later"

What is the expected output? What do you see instead?
I expected to shift the times 0,100 seconds (1/10 sec), insted it shifts 0,001 
(1/1000),
as the value "1__" seems to be interpreted as "__1" or "001".
(The comment line then says "Total adjustment: 00,001", like it did ;-) 

Trailing zeroes need to be added for the function to work properly,
in this case you must enter "00:00:00,100" and it works.

What version of the product are you using? On what operating system?
3.2.8 rev. 1220

Please provide any additional information below.

Original issue reported on code.google.com by o...@gmx.de on 23 Jun 2012 at 9:39

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1271.

Original comment by nikse.dk@gmail.com on 24 Jun 2012 at 3:14

GoogleCodeExporter commented 8 years ago
If you don't want to compile yourself, you can try this: 
http://www.nikse.dk/SubtitleEdit.zip

Original comment by nikse.dk@gmail.com on 24 Jun 2012 at 3:19

GoogleCodeExporter commented 8 years ago
Great, thanks for the quick fix!

Original comment by o...@gmx.de on 24 Jun 2012 at 3:48