mirror of
				https://github.com/bspeice/libcvautomation
				synced 2025-10-31 09:20:33 -04:00 
			
		
		
		
	Make sure the libcvautomation_funcs handles spaces correctly
This commit is contained in:
		| @ -630,12 +630,9 @@ key_str () | ||||
| 		return 255 | ||||
| 	fi | ||||
|  | ||||
| 	for x in $@ | ||||
| 	do | ||||
| 		COMMAND_LINE+="-s 'keystring $x' " | ||||
| 	done | ||||
| 	COMMAND_LINE="-s 'keystring $*' " | ||||
|  | ||||
| 	out "key_str: \"$@\"" | ||||
| 	out "key_str: \"$*\"" | ||||
| 	eval $CVAINPUT $COMMAND_LINE >> $OUTFILE | ||||
|  | ||||
| 	return $? | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Bradlee Speice
					Bradlee Speice