# HG changeset patch # User Matthias Andree <[email protected]> # Date 1281124286 -7200 # Branch HEAD # Node ID caf6c2da0ec8a20b83bb951730ff53bfeffa0af2 # Parent bf13863e682ebab57683147787bd074844322218 Fix signedness warning.
diff --git a/status.c b/status.c
--- a/status.c
+++ b/status.c
@@ -209,7 +209,7 @@
case 'r':
{
- int i = 0;
+ size_t i = 0;
if (Context)
{
