-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only seek if necessary. Try to read a buffer full of data. Remember last used load directory for Open. git-svn-id: https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk@49 36490176-9c1c-0410-b649-dbf2af5787bf
- Loading branch information
too-tired
committed
Jul 4, 2007
1 parent
b5695e5
commit ccd41df
Showing
5 changed files
with
42 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,17 @@ | ||
2007-07-04 Michael Riepe <[email protected]> | ||
|
||
* src/buffer.cpp: | ||
Use _lseeki64 on Windows. | ||
Only seek if necessary. | ||
Try to read a buffer full of data. | ||
|
||
* src/dvbcut.cpp: | ||
Remember last used load directory for Open. | ||
|
||
* src/settings.cpp: | ||
* src/settings.h: | ||
Add "lastdir" setting. | ||
|
||
2007-07-03 Michael Riepe <[email protected]> | ||
|
||
* src/buffer.cpp: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters