[MPlayer-cvslog] r36811 - trunk/help/help_check.sh

ib subversion at mplayerhq.hu
Sat Feb 8 17:19:52 CET 2014


Author: ib
Date: Sat Feb  8 17:19:52 2014
New Revision: 36811

Log:
Improve testing of the help message header files.

Utilize help_text.

Modified:
   trunk/help/help_check.sh

Modified: trunk/help/help_check.sh
==============================================================================
--- trunk/help/help_check.sh	Fri Feb  7 21:45:20 2014	(r36810)
+++ trunk/help/help_check.sh	Sat Feb  8 17:19:52 2014	(r36811)
@@ -38,6 +38,7 @@ for h in "$@"; do
 #include "config.h"
 #include "$h"
 void $CHECK () {
+strdup(help_text);
 EOF
 
   while read line; do


More information about the MPlayer-cvslog mailing list