From a2c47d3487aaf4667926195ba3f5b05b94626daf Mon Sep 17 00:00:00 2001 From: Paulo Cesar Pereira de Andrade Date: Tue, 11 Mar 2008 21:46:58 -0300 Subject: Fix several generic bugs including: o Several memory read/write errors. o Implement smarter XeditPrintf that will show how many times a text has been printed. o Check all arguments to XeditPrintf to ensure the '%' character cannot be sent to it. o Some minor reindentation to code that still had the original 2 spaces indentation. --- xedit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xedit.h') diff --git a/xedit.h b/xedit.h index 8d93611..2f0291a 100644 --- a/xedit.h +++ b/xedit.h @@ -138,6 +138,7 @@ void DoPrint(Widget, XtPointer, XtPointer); void CancelFindFile(Widget, XEvent*, String*, Cardinal*); void FindFile(Widget, XEvent*, String*, Cardinal*); void LoadFile(Widget, XEvent*, String*, Cardinal*); +Bool LoadFileInTextwindow(char *name, char *resolved_name); #ifdef INCLUDE_XPRINT_SUPPORT void PrintFile(Widget, XEvent*, String*, Cardinal*); #endif /* INCLUDE_XPRINT_SUPPORT */ -- cgit v1.2.3