helly           Sun Jun 15 15:56:40 2003 EDT

  Modified files:              
    /php4/ext/gd/tests  conv_test.xbm 
  Log:
  Better use '_' instead of '.'
  
Index: php4/ext/gd/tests/conv_test.xbm
diff -u php4/ext/gd/tests/conv_test.xbm:1.1 php4/ext/gd/tests/conv_test.xbm:1.2
--- php4/ext/gd/tests/conv_test.xbm:1.1 Sat Feb  1 20:34:54 2003
+++ php4/ext/gd/tests/conv_test.xbm     Sun Jun 15 15:56:40 2003
@@ -1,4 +1,4 @@
-#define conv_test.xbm_width 16
-#define conv_test.xbm_height 5
-static unsigned char conv_test.xbm_bits[] = {
+#define conv_test_xbm_width 16
+#define conv_test_xbm_height 5
+static unsigned char conv_test_xbm_bits[] = {
  0x4c, 0x0d, 0x54, 0x15, 0xcc, 0x0d, 0x44, 0x05, 0x44, 0x05};



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to