aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-06-03 14:03:27 +0000
committerMike Buland <eichlan@xagasoft.com>2010-06-03 14:03:27 +0000
commit180deaae4ea6803d333af5407783d277f10d9124 (patch)
tree33b3901e092b383dd2edddf44a0df2a6d39c5663
parent96e004d6c2de97648473b8b284371c708293184c (diff)
downloadlibbu++-180deaae4ea6803d333af5407783d277f10d9124.tar.gz
libbu++-180deaae4ea6803d333af5407783d277f10d9124.tar.bz2
libbu++-180deaae4ea6803d333af5407783d277f10d9124.tar.xz
libbu++-180deaae4ea6803d333af5407783d277f10d9124.zip
Heh...myriad files had the same magic key as nids files...oops. Well, myriad
isn't production yet, and nids wasn't in widespread use, so this should be ok to change.
-rw-r--r--src/myriad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/myriad.cpp b/src/myriad.cpp
index 748350c..bfb2ccc 100644
--- a/src/myriad.cpp
+++ b/src/myriad.cpp
@@ -14,7 +14,7 @@
14using Bu::sio; 14using Bu::sio;
15using Bu::Fmt; 15using Bu::Fmt;
16 16
17#define Myriad_MAGIC_CODE ((unsigned char *)"\xFF\xC3\x99\xBD") 17#define Myriad_MAGIC_CODE ((unsigned char *)"\x0a\xd3\xfa\x84")
18 18
19namespace Bu 19namespace Bu
20{ 20{