Skip to content

Commit

Permalink
find_directory(): Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
weinhold committed Oct 4, 2013
1 parent 49e7165 commit c471444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system/libroot/os/find_directory.cpp
Expand Up @@ -264,7 +264,7 @@ find_directory(directory_which which, dev_t device, bool createIt,
return err;
}

switch (which) {
switch ((int)which) {
/* Per volume directories */
case B_DESKTOP_DIRECTORY:
if (device == bootDevice || !strcmp(fsInfo.fsh_name, "bfs"))
Expand Down

0 comments on commit c471444

Please sign in to comment.