qemacs-devel
[Top][All Lists]
Advanced

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

[Qemacs-devel] Changes to qemacs/cutils.h


From: Charlie Gordon
Subject: [Qemacs-devel] Changes to qemacs/cutils.h
Date: Fri, 13 May 2005 05:56:46 -0400

Index: qemacs/cutils.h
diff -u qemacs/cutils.h:1.3 qemacs/cutils.h:1.4
--- qemacs/cutils.h:1.3 Tue May 10 18:53:04 2005
+++ qemacs/cutils.h     Fri May 13 09:56:44 2005
@@ -7,6 +7,10 @@
 int stristart(const char *str, const char *val, const char **ptr);
 void pstrcpy(char *buf, int buf_size, const char *str);
 char *pstrcat(char *buf, int buf_size, const char *s);
+
+/* CG: These definitions should be moved to a different header to
+ * avoid conflict with ffmpeg's cutil module.
+ */
 char *pstrncpy(char *buf, int buf_size, const char *s, int len);
 
 /* simple dynamic strings wrappers. The strings are always terminated




reply via email to

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