diff options
author | Mike Buland <eichlan@xagasoft.com> | 2009-09-09 22:16:42 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2009-09-09 22:16:42 +0000 |
commit | 4f6ca21e84eefcca3ad9f88938ecf29c39e24996 (patch) | |
tree | 95537092bf44077a75538de6c56bc9806264b086 /src | |
parent | c3bff3fb32dbf457ee5e9817153811d3f63b8fbe (diff) | |
download | libbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.tar.gz libbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.tar.bz2 libbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.tar.xz libbu++-4f6ca21e84eefcca3ad9f88938ecf29c39e24996.zip |
Wow, that was stupid, default values weren't working since I switched to
Bu::TafException instead of Bu::HashException. THis is fixed.
Diffstat (limited to 'src')
-rw-r--r-- | src/tafnode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafnode.cpp b/src/tafnode.cpp index 09fc21b..8ea2e95 100644 --- a/src/tafnode.cpp +++ b/src/tafnode.cpp | |||
@@ -168,7 +168,7 @@ const Bu::FString &Bu::TafGroup::getProperty( const Bu::FString &sName, | |||
168 | { | 168 | { |
169 | try | 169 | try |
170 | { | 170 | { |
171 | return getProperty( sName ); | 171 | return hProp.get( sName ).first(); |
172 | } | 172 | } |
173 | catch( Bu::HashException &e ) | 173 | catch( Bu::HashException &e ) |
174 | { | 174 | { |