ECToo / xdelta

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

"Same" input results in different output #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Given ue1_buffer for input
2. Apply xdelta_buf onto it output Output1
3. Given de1_buffer for input
4. Apply xdelta_buf onto it output Output2

What is the expected output? What do you see instead?
Since ue1_buffer is identical to de1_buffer, I expected Output1 to be the
same as Output2 but they are not equal.

What version of the product are you using? On what operating system?
xdelta3 on Linux

Please provide any additional information below.

please contact me at jchiu@google.com for clarification thanks!

Original issue reported on code.google.com by jane.c...@gmail.com on 14 Dec 2006 at 11:15

Attachments:

GoogleCodeExporter commented 9 years ago
I couldn't reproduce your problem. I tried using "xdelta3 -s ue1_buffer -d
xdelta_buf" and then repeated with de1_buffer and got the same result. What
command-line were you using? Thanks, Josh

Original comment by dotdotis...@gmail.com on 18 Dec 2006 at 4:27

GoogleCodeExporter commented 9 years ago
You didn't say, are you using the API? I should probably have a look at your 
code.

Original comment by josh.mac...@gmail.com on 22 Jan 2007 at 10:32