Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarofe committed Jun 21, 2015
1 parent 25825ee commit 9145c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libr/core/yank.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ R_API int r_core_yank_hud_file (RCore *core, const char *input) {
char *buf = NULL;
ut32 len = 0;
int res = R_FALSE;

if (!input || !*input) return res;

for (input++; *input==' '; input++) ;

Expand Down

0 comments on commit 9145c27

Please sign in to comment.