From c94dba0b499c0767a4547a6e46daff1577fa1c25 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Fri, 14 May 2010 02:07:39 +0000 Subject: [PATCH] cov 10385: assigning signed int to unsigned variable git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2828 fd59a12c-fef9-0310-b244-a6a79926bd2f --- tools/corosync-fplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/corosync-fplay.c b/tools/corosync-fplay.c index 8b681ee7..f6f3bae9 100644 --- a/tools/corosync-fplay.c +++ b/tools/corosync-fplay.c @@ -458,7 +458,7 @@ printf ("\n"); int main (void) { - unsigned int fd; + int fd; int rec_idx; int end_rec; int record_count = 1;