[haiku-commits] BRANCH mmadia-github.separate-build-environment - headers/build/os_target/storage

  • From: mmadia-github.separate-build-environment <community@xxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 8 Aug 2012 20:49:13 +0200 (CEST)

added 1 changeset to branch 
'refs/remotes/mmadia-github/separate-build-environment'
old head: 873914185dbe4c830d88f3515c2ca64c1ccadaf7
new head: 6c10ff87c9b41131f11351651418efed77064d6a

----------------------------------------------------------------------------

6c10ff8: Missed prefixing a use of NULL.

                                        [ Matt Madia <mattmadia@xxxxxxxxx> ]

----------------------------------------------------------------------------

Commit:      6c10ff87c9b41131f11351651418efed77064d6a

Author:      Matt Madia <mattmadia@xxxxxxxxx>
Date:        Wed Aug  8 13:58:33 2012 UTC

----------------------------------------------------------------------------

1 file changed, 1 insertion(+), 1 deletion(-)
.../build/os_target/storage/target_FindDirectory.h |    2 +-

----------------------------------------------------------------------------

diff --git a/headers/build/os_target/storage/target_FindDirectory.h 
b/headers/build/os_target/storage/target_FindDirectory.h
index c213678..b314b92 100644
--- a/headers/build/os_target/storage/target_FindDirectory.h
+++ b/headers/build/os_target/storage/target_FindDirectory.h
@@ -144,7 +144,7 @@ class BPath;
 
 _HAIKU_BUILD_DECLARE_FUNCTION(_haiku_build_status_t, find_directory,
        (_HAIKU_BUILD_IDENTIFIER(directory_which) which, BPath* path,
-       bool createIt = false, BVolume* volume = NULL))
+       bool createIt = false, BVolume* volume = _HAIKU_BUILD_NULL))
 
 #endif /* __cplusplus */
 


Other related posts:

  • » [haiku-commits] BRANCH mmadia-github.separate-build-environment - headers/build/os_target/storage - mmadia-github . separate-build-environment