Projects
Eulaceura:Mainline
vala
_service:obs_scm:fix-build-error-TRUE-ture.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:fix-build-error-TRUE-ture.patch of Package vala
From 0e2b0c6b6d9bc63cd7ff9c07e0a28955d2aeee22 Mon Sep 17 00:00:00 2001 From: zhangxianting <zhangxianting@uniontech.com> Date: Fri, 26 Jul 2024 15:56:44 +0800 Subject: [PATCH] fix build error TRUE ture --- libvaladoc/gvc-compat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvaladoc/gvc-compat.c b/libvaladoc/gvc-compat.c index 5846334..2131ecd 100644 --- a/libvaladoc/gvc-compat.c +++ b/libvaladoc/gvc-compat.c @@ -48,7 +48,7 @@ Agnode_t* valadoc_compat_gvc_graph_create_node (Agraph_t* graph, const char *name) { #ifdef WITH_CGRAPH - return agnode (graph, (char*) name, TRUE); + return agnode (graph, (char*) name, true); #else return agnode (graph, (char*) name); #endif @@ -68,7 +68,7 @@ Agedge_t* valadoc_compat_gvc_graph_create_edge (Agraph_t* graph, Agnode_t* from, Agnode_t* to) { #ifdef WITH_CGRAPH - return agedge (graph, from, to, NULL, TRUE); + return agedge (graph, from, to, NULL, true); #else return agedge (graph, from, to); #endif -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2