[nautilus] clipboard: Fix comment



commit 09cff44bab22d6f27de91fc067d4996b9b381b01
Author: Ernestas Kulik <ernestas kulik gmail com>
Date:   Fri Aug 3 06:18:47 2018 +0000

    clipboard: Fix comment
    
    What.

 src/nautilus-clipboard.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/nautilus-clipboard.c b/src/nautilus-clipboard.c
index 2a77cf28f..7996703fd 100644
--- a/src/nautilus-clipboard.c
+++ b/src/nautilus-clipboard.c
@@ -51,7 +51,7 @@ convert_selection_data_to_str_list (const gchar *data)
     if (number_of_lines == 0)
     {
         /* An empty string will result in g_strsplit() returning an empty
-         * array, so, naturally, 0 - 1 = UINT32_MAX and we read all sorts
+         * array, so, naturally, 0 - 1 = UINT_MAX and we read all sorts
          * of invalid memory.
          */
         return NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]