[libpeas] Fix incorrect assingment and function call.



commit ac5292592efd9773626b87825d3f421742e60213
Author: Å?ukasz JernaÅ? <deejay1 srem org>
Date:   Fri May 28 10:30:55 2010 +0200

    Fix incorrect assingment and function call.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=619915

 libpeas/peas-introspection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpeas/peas-introspection.c b/libpeas/peas-introspection.c
index 2fdfe74..61e616e 100644
--- a/libpeas/peas-introspection.c
+++ b/libpeas/peas-introspection.c
@@ -97,7 +97,7 @@ read_next_argument (GArgument *cur_arg,
 #if SIZEOF_TIME_T == 4
       cur_arg->v_int32 = va_arg (args, time_t);
 #elif SIZEOF_TIME_T == 8
-      cur_Arg.v_int64 = va_args (args, time_t);
+      cur_arg->v_int64 = va_arg (args, time_t);
 #else
 #  error "Unexpected size for time_t: not 4 or 8"
 #endif



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