qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs win32.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs win32.c
Date: Wed, 23 Apr 2008 15:29:35 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        08/04/23 15:29:35

Modified files:
        .              : win32.c 

Log message:
        typos

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/win32.c?cvsroot=qemacs&r1=1.14&r2=1.15

Patches:
Index: win32.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/win32.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- win32.c     15 Apr 2008 23:24:04 -0000      1.14
+++ win32.c     23 Apr 2008 15:29:35 -0000      1.15
@@ -58,8 +58,8 @@
                                    strlen(lpszCmdLine) + 1);
     if (!command_line)
         return 0;
-    pstrcpy(command_linem sizeof(command_line), PROG_NAME " ");
-    pstrcat(command_linem sizeof(command_line), lpszCmdLine);
+    pstrcpy(command_line, sizeof(command_line), PROG_NAME " ");
+    pstrcat(command_line, sizeof(command_line), lpszCmdLine);
     _hPrev = hPrevInst;
     _hInstance = hInstance;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]