mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
5360 segfault using smartcard without any readers (#5361)
* Fix: corrected test for astyle. * Fix: added test for NULL readers returned by ConvertFromUnicode.
This commit is contained in:
committed by
akallabeth
parent
e1ef302a8d
commit
431c37f3a9
@@ -2,7 +2,7 @@
|
||||
|
||||
ASTYLE=$(which astyle)
|
||||
|
||||
if [ ! -x $ASTYLE ]; then
|
||||
if [ ! -x "$ASTYLE" ]; then
|
||||
echo "No astyle found in path, please install."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user