mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
.ide: changed workspace Magic
git-svn-id: svn://ultimatepp.org/upp/trunk@2982 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f918cec07b
commit
fe3bba4d41
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue