From 86994cdc6909bfed5429761c1daadc70d83d8e4d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 25 Sep 2019 22:06:47 +0200 Subject: [PATCH] textual --- client/graph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/client/graph.c b/client/graph.c index 094da3505..7031da5e2 100644 --- a/client/graph.c +++ b/client/graph.c @@ -323,6 +323,7 @@ bool fskClocks(uint8_t *fc1, uint8_t *fc2, uint8_t *rf1, int *firstClockEdge) { size_t size = getFromGraphBuf(bits); if (size == 0) { + PrintAndLogEx(WARNING, "Failed to copy from graphbuffer"); free(bits); return false; }