szarroug3 / X-Ray_Calibre_Plugin

X-Ray Creator plugin for Calibre
http://www.mobileread.com/forums/showthread.php?t=273189
GNU General Public License v3.0
57 stars 12 forks source link

Fix thumbnail problems #59

Closed stoduk closed 8 years ago

stoduk commented 8 years ago

Fix for #58, plus what is leftover from the fix I made for #42 that was double committed via Samreen's branch.

Lots of newlines being added at end of files here - the joy of editing DOS files on a *nix machine! [POSIX standard defines a line as ending with newline, DOS doesn't know/care about that standard]

Do you care about these newlines? If you edit the files are the newlines going to be stripped? If we are going to be adding/removing these ad nauseum then I'll have to find a way to fix vim to stop it (telling VIM to not do it is easy, making it so I still add them for anything else I do will be the fun bit).