Merge lp:~attente/unity-gtk-module/1294947-fix-criticals into lp:unity-gtk-module/14.04

Proposed by William Hua
Status: Merged
Approved by: Robert Ancell
Approved revision: 321
Merged at revision: 323
Proposed branch: lp:~attente/unity-gtk-module/1294947-fix-criticals
Merge into: lp:unity-gtk-module/14.04
Diff against target: 11 lines (+2/-0)
1 file modified
lib/unity-gtk-menu-item.c (+2/-0)
To merge this branch: bzr merge lp:~attente/unity-gtk-module/1294947-fix-criticals
Reviewer Review Type Date Requested Status
Robert Ancell Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+212338@code.launchpad.net

Commit message

NULL-terminate escaped strings.

Description of the change

NULL-terminate escaped strings.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Yeah, that makes sense

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/unity-gtk-menu-item.c'
2--- lib/unity-gtk-menu-item.c 2014-03-06 20:27:26 +0000
3+++ lib/unity-gtk-menu-item.c 2014-03-23 23:26:06 +0000
4@@ -554,6 +554,8 @@
5 *out++ = '_';
6 }
7
8+ *out++ = '\0';
9+
10 return string;
11 }
12

Subscribers

People subscribed via source and target branches