From d6f0adb9a63ab78d90cd5cad922744af957724dc Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Thu, 17 Nov 2005 07:59:02 +0000 Subject: [PATCH] Add patch 1357811:Runtime help of debug command "LV" wrong Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2378 --- src/debug/debug.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index eb52a3cc..15d95e20 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: debug.cpp,v 1.69 2005-09-18 19:50:03 c2woody Exp $ */ +/* $Id: debug.cpp,v 1.70 2005-11-17 07:59:02 qbix79 Exp $ */ #include #include @@ -1278,7 +1278,7 @@ bool ParseCommand(char* str) DEBUG_ShowMsg("IV [seg]:[off] [name] - Create var name for memory address.\n"); DEBUG_ShowMsg("SV [filename] - Save var list in file.\n"); - DEBUG_ShowMsg("LV [seg]:[off] [name] - Load var list from file.\n"); + DEBUG_ShowMsg("LV [filename] - Load var list from file.\n"); DEBUG_ShowMsg("MEMDUMP [seg]:[off] [len] - Write memory to file memdump.txt.\n"); DEBUG_ShowMsg("MEMDUMPBIN [s]:[o] [len] - Write memory to file memdump.bin.\n");