mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-02-02 11:58:28 +00:00
Fix mounted volume default path
This commit is contained in:
parent
68a9589925
commit
f290904f71
@ -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…
x
Reference in New Issue
Block a user