mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
Merge pull request #309 from Ganondolf/gtk-tray-path
Fix mounted volume default path
This commit is contained in:
commit
8d698ad46a
@ -77,7 +77,7 @@ int main(int argc, char **argv) {
|
||||
}
|
||||
|
||||
snprintf(filename,255, "%s", argv[1]);
|
||||
snprintf(mountpoint,255, "/media/%s.tomb", argv[1]);
|
||||
snprintf(mountpoint,255, "/media/%s", argv[1]);
|
||||
|
||||
// libnotify
|
||||
notify_init("Tomb");
|
||||
|
Loading…
Reference in New Issue
Block a user