moriyoshi Mon Dec 30 10:03:27 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/ncurses ncurses_functions.c
Log:
just MFH
Index: php4/ext/ncurses/ncurses_functions.c
diff -u php4/ext/ncurses/ncurses_functions.c:1.26.2.4
php4/ext/ncurses/ncurses_functions.c:1.26.2.5
--- php4/ext/ncurses/ncurses_functions.c:1.26.2.4 Sun Dec 22 15:58:27 2002
+++ php4/ext/ncurses/ncurses_functions.c Mon Dec 30 10:03:27 2002
@@ -83,7 +83,7 @@
IS_NCURSES_INITIALIZED();
RETURN_LONG(color_set(pair,NULL));
#else
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s not supported in this build");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported in this build");
RETURN_FALSE;
#endif
}
@@ -1050,7 +1050,7 @@
IS_NCURSES_INITIALIZED();
RETURN_LONG(slk_color(intarg));
#else
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s not supported in this build");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported in this build");
RETURN_FALSE;
#endif
}
@@ -1125,7 +1125,7 @@
IS_NCURSES_INITIALIZED();
RETURN_LONG(use_extended_names(intarg));
#else
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s not supported in this build");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported in this build");
RETURN_FALSE;
#endif
}
@@ -1663,7 +1663,7 @@
IS_NCURSES_INITIALIZED();
RETURN_LONG(assume_default_colors(i1,i2));
#else
- php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s not supported in this build");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING, "Not supported in this build");
RETURN_FALSE;
#endif
}
@@ -2075,7 +2075,7 @@
RETURN_LONG(wcolor_set(*win, Z_LVAL_PP(color_pair), 0));
#else
- php_error_docref(NULL TSRMLS_CC, E_WARNING,"%s not supported in this build");
+ php_error_docref(NULL TSRMLS_CC, E_WARNING,"Not supported in this build");
RETURN_FALSE;
#endif
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php