Author: kmaraas
Date: Sun Feb 10 21:11:40 2008
New Revision: 10632
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10632&view=rev

Log:
2008-02-10  Kjartan Maraas  <[EMAIL PROTECTED]>

        * src/cpufreq-utils.c: (cpufreq_file_get_contents): signed vs unsigned
        fix.

Modified:
   trunk/cpufreq/ChangeLog
   trunk/cpufreq/src/cpufreq-utils.c

Modified: trunk/cpufreq/src/cpufreq-utils.c
==============================================================================
--- trunk/cpufreq/src/cpufreq-utils.c   (original)
+++ trunk/cpufreq/src/cpufreq-utils.c   Sun Feb 10 21:11:40 2008
@@ -202,7 +202,7 @@
        }
 
        while (TRUE) {
-               size_t bytes_read;
+               ssize_t bytes_read;
                gchar  buf[1024];
                
                bytes_read = read (fd, buf, sizeof (buf));
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to