- Modified mountlist.c to operate on MacOSX.
- Also fixed a bug in init.c: !strcmp(Liste_points_montage->me_mountdir,"/") && !strcmp(Liste_points_montage->me_mountdir,"/home") should have been strcmp(Liste_points_montage->me_mountdir,"/") && strcmp(Liste_points_montage->me_mountdir,"/home") since root & home are already added before (strcmp returns 0 if strings match). git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@473 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
43,
|
||||
20,
|
||||
79,
|
||||
110,
|
||||
587,
|
||||
);
|
||||
PBXFileTableDataSourceColumnsKey = (
|
||||
PBXFileDataSource_FiletypeID,
|
||||
@@ -165,8 +165,8 @@
|
||||
PBXFileDataSource_Warnings_ColumnID,
|
||||
);
|
||||
};
|
||||
PBXPerProjectTemplateStateSaveDate = 251761415;
|
||||
PBXWorkspaceStateSaveDate = 251761415;
|
||||
PBXPerProjectTemplateStateSaveDate = 253331600;
|
||||
PBXWorkspaceStateSaveDate = 253331600;
|
||||
};
|
||||
sourceControlManager = F5B19B690EA4BD79003F4BA4 /* Source Control */;
|
||||
userBuildSettings = {
|
||||
@@ -184,6 +184,14 @@
|
||||
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
||||
};
|
||||
};
|
||||
F5AED03C0F1989E00090A93F /* mountlist.c */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {867, 17252}}";
|
||||
sepNavSelRange = "{4702, 50}";
|
||||
sepNavVisRect = "{{0, 2973}, {867, 536}}";
|
||||
sepNavWindowFrame = "{{15, 76}, {906, 665}}";
|
||||
};
|
||||
};
|
||||
F5B138930EB71977000B83CC /* texte.c */ = {
|
||||
uiCtxt = {
|
||||
sepNavIntBoundsRect = "{{0, 0}, {932, 8455}}";
|
||||
|
||||
Reference in New Issue
Block a user