Merge pull request #309 from Ganondolf/gtk-tray-path

Fix mounted volume default path
This commit is contained in:
Jaromil 2018-02-18 11:10:22 +01:00 committed by GitHub
commit 8d698ad46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");