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:
parent
68641a2143
commit
c29f897d69
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue