tweaks: strip a parameter that is equivalent to 'openfile' for both calls
This commit is contained in:
@@ -593,7 +593,7 @@ void close_buffer(void)
|
||||
free(orphan->current_stat);
|
||||
free(orphan->lock_filename);
|
||||
/* Free the undo stack. */
|
||||
discard_until(NULL, orphan);
|
||||
discard_until(NULL);
|
||||
#endif
|
||||
|
||||
openfile = orphan->prev;
|
||||
|
||||
Reference in New Issue
Block a user