1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-11 13:50:48 -05:00

Don't inline function that uses alloca.

This commit is contained in:
Dave Davenport 2017-06-03 21:40:14 +02:00
parent 68641a2143
commit c29f897d69

View file

@ -74,7 +74,7 @@
*
* @returns FALSE On failure, TRUE on success
*/
static inline int execshssh ( const char *host )
static int execshssh ( const char *host )
{
char **args = NULL;
int argsv = 0;