|
@@ -421,6 +421,7 @@ again: |
|
|
bin = openwith(name); |
|
|
bin = openwith(name); |
|
|
if (bin == NULL) { |
|
|
if (bin == NULL) { |
|
|
printmsg("No association"); |
|
|
printmsg("No association"); |
|
|
|
|
|
free(pathnew); |
|
|
goto nochange; |
|
|
goto nochange; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@@ -439,6 +440,7 @@ again: |
|
|
goto redraw; |
|
|
goto redraw; |
|
|
default: |
|
|
default: |
|
|
printmsg("Unsupported file"); |
|
|
printmsg("Unsupported file"); |
|
|
|
|
|
free(pathnew); |
|
|
goto nochange; |
|
|
goto nochange; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|