aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2011-05-11 14:33:14 +0300
committerFilipp Lepalaan <filipp@mac.com>2011-05-11 14:33:14 +0300
commitfe0bccf27629732168a91310e926840300e3aa79 (patch)
tree6b5f9a567d84fc36b3ade057b5da522f2ec953d9
parent2381556fa438968e293e4eed06090790144d0cc7 (diff)
downloadgsxlib-fe0bccf27629732168a91310e926840300e3aa79.tar.gz
gsxlib-fe0bccf27629732168a91310e926840300e3aa79.tar.bz2
gsxlib-fe0bccf27629732168a91310e926840300e3aa79.zip
don't show errors by default
-rwxr-xr-xgsxcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxcl b/gsxcl
index 2db4d71..af5aeea 100755
--- a/gsxcl
+++ b/gsxcl
@@ -14,7 +14,7 @@
* http://sam.zoy.org/wtfpl/COPYING for more details.
*/
-if (TRUE) {
+if (FALSE) {
error_reporting(E_ALL|E_STRICT);
}