Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
setools
setools-3.3.5-strcmp.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File setools-3.3.5-strcmp.patch of Package setools
Index: sediff/result_item_render.c =================================================================== --- sediff/result_item_render.c.orig +++ sediff/result_item_render.c @@ -27,6 +27,7 @@ #include "result_item_render.h" #include <assert.h> +#include <string.h> static const char *form_name_map[] = { "Added", "Added New Type", "Removed", "Removed Missing Type", "Modified" @@ -139,7 +140,7 @@ void result_item_print_string_inline(Gtk } case ' ': { - if (current_tag != "modified") { + if ( strcmp( current_tag, "modified") != 0 ) { gtk_text_buffer_insert_with_tags_by_name(tb, iter, s + start, end - start + 1, current_tag, NULL); start = end + 1; current_tag = "modified";
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor