.ide: changed workspace Magic

git-svn-id: svn://ultimatepp.org/upp/trunk@2982 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-01-10 14:49:08 +00:00
parent f918cec07b
commit fe3bba4d41

View file

@ -668,7 +668,7 @@ void Ide::SerializeWorkspace(Stream& s) {
int i;
int version = 9;
s / version;
s.Magic(0x12345);
s.Magic(0x12354);
if(s.IsStoring()) {
for(i = 0; i < filedata.GetCount(); i++) {
String fn = filedata.GetKey(i);