summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/attachments/20130404/3fc8ba24
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/attachments/20130404/3fc8ba24
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/attachments/20130404/3fc8ba24')
-rw-r--r--zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment-0001.bin22
-rw-r--r--zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment.bin22
2 files changed, 44 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment-0001.bin b/zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment-0001.bin
new file mode 100644
index 000000000..e68950b90
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment-0001.bin
@@ -0,0 +1,22 @@
+diff --git a/src/YUIException.h b/src/YUIException.h
+index f0dcb21..91ee5a0 100644
+--- a/src/YUIException.h
++++ b/src/YUIException.h
+@@ -147,7 +147,7 @@ class YWidget;
+ #define YUI_CHECK_NEW( PTR ) \
+ do \
+ { \
+- if ( ! (PTR) ) \
++ if ( (PTR == 0) ) \
+ { \
+ YUI_THROW( YUIOutOfMemoryException() ); \
+ } \
+@@ -162,7 +162,7 @@ class YWidget;
+ #define YUI_CHECK_PTR( PTR ) \
+ do \
+ { \
+- if ( ! (PTR) ) \
++ if ( (PTR == 0) ) \
+ { \
+ YUI_THROW( YUINullPointerException() ); \
+ } \
diff --git a/zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment.bin b/zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment.bin
new file mode 100644
index 000000000..e68950b90
--- /dev/null
+++ b/zarb-ml/mageia-dev/attachments/20130404/3fc8ba24/attachment.bin
@@ -0,0 +1,22 @@
+diff --git a/src/YUIException.h b/src/YUIException.h
+index f0dcb21..91ee5a0 100644
+--- a/src/YUIException.h
++++ b/src/YUIException.h
+@@ -147,7 +147,7 @@ class YWidget;
+ #define YUI_CHECK_NEW( PTR ) \
+ do \
+ { \
+- if ( ! (PTR) ) \
++ if ( (PTR == 0) ) \
+ { \
+ YUI_THROW( YUIOutOfMemoryException() ); \
+ } \
+@@ -162,7 +162,7 @@ class YWidget;
+ #define YUI_CHECK_PTR( PTR ) \
+ do \
+ { \
+- if ( ! (PTR) ) \
++ if ( (PTR == 0) ) \
+ { \
+ YUI_THROW( YUINullPointerException() ); \
+ } \