This website works better with JavaScript.
Home
Help
Sign In
linuxaudio
/
new-session-manager
mirror of
https://github.com/linuxaudio/new-session-manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
17
Wiki
Activity
Browse Source
Timeline: Don't die when undo function is used when no project is open or when there is nothing left to undo.
tags/non-daw-v1.2.0
Jonathan Moore Liles
10 years ago
parent
686d830402
commit
57653d5cdf
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
nonlib/Loggable.C
+ 4
- 0
nonlib/Loggable.C
View File
@@ -484,6 +484,10 @@ Loggable::do_this ( const char *s, bool reverse )
void
Loggable::undo ( void )
{
if ( ! _fp || /* journal not open */
1 == _undo_offset ) /* nothing left to undo */
return;
char *buf;
block_start();
Write
Preview
Loading…
Cancel
Save