Compiler warning.
diff --git a/src/tftp.c b/src/tftp.c
index 4c18577..d6f3563 100644
--- a/src/tftp.c
+++ b/src/tftp.c
@@ -611,7 +611,7 @@
 	    {
 	      /* don't complain about timeout when we're awaiting the last
 		 ACK, some clients never send it */
-	      if (len == transfer->blocksize + 4)
+	      if ((unsigned)len == transfer->blocksize + 4)
 		endcon = 1;
 	      len = 0;
 	    }