Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_file/fsmenu.c
| Context not available. | |||||
| line[len - 1] = '\0'; | line[len - 1] = '\0'; | ||||
| } | } | ||||
| /* don't do this because it can be slow on network drives, | /* don't do this because it can be slow on network drives, | ||||
| * having a bookmark from a drive thats ejected or so isn't | * having a bookmark from a drive that's ejected or so isn't | ||||
| * all _that_ bad */ | * all _that_ bad */ | ||||
| #if 0 | #if 0 | ||||
| if (BLI_exists(line)) | if (BLI_exists(line)) | ||||
| Context not available. | |||||