suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

find_bytes error #60

Closed suever closed 9 years ago

suever commented 9 years ago

From darcymason@gmail.com on October 10, 2009 18:52:38

In reviewing code, it appears that find_bytes() in filereader.py will not stop in the correct place when bytes are found part-way through a chunk size. and rewind==False. If rewind==False it should rewind to first byte past the string found.

Original issue: http://code.google.com/p/pydicom/issues/detail?id=60

suever commented 9 years ago

From Suever@gmail.com on May 29, 2012 10:21:45

Darcy,

I actually came across this issue when troubleshooting some things. I created a simple patch on my clone. https://code.google.com/r/suever-pydicom-dev/source/detail?r=6b949a5b925ba7dd75cb1d5928fe005be3342fb3

suever commented 9 years ago

From darcymason@gmail.com on May 29, 2012 18:39:54

Looks good, thanks.

suever commented 9 years ago

From darcymason@gmail.com on May 29, 2012 19:18:24

Closed by revision 6b949a5b925b , pulled from Suever clone.

Status: Verified