After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 678016 - Fix compile-time errors
Fix compile-time errors
Status: RESOLVED FIXED
Product: moserial
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: moserial-maint
moserial-maint
Depends on:
Blocks:
 
 
Reported: 2012-06-13 13:00 UTC by Bastien Nocera
Modified: 2012-06-13 17:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix compile-time errors (4.73 KB, patch)
2012-06-13 13:00 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2012-06-13 13:00:56 UTC
.
Comment 1 Bastien Nocera 2012-06-13 13:00:58 UTC
Created attachment 216272 [details] [review]
Fix compile-time errors

TextIter were causing errors:
Cannot pass value to reference or output parameter
Comment 2 Michael Chudobiak 2012-06-13 17:21:19 UTC
Many thanks!

Committed, with wrapper added to keep vala 0.12 compatibility:

http://git.gnome.org/browse/moserial/commit/?id=64be24c32e585a46f6fe9d75663110760eaa61e2

- Mike