Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Benjamin "Ziirish" SANS
Conky-Images-Display
Commits
8a54d8e8
Commit
8a54d8e8
authored
Mar 01, 2011
by
Ziirish
Browse files
fixing a little segfault in cid_cover_lookup
parent
4e27f1f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cid-cover.c
View file @
8a54d8e8
...
...
@@ -332,7 +332,7 @@ cid_cover_lookup (CidMainContainer **pCid,
cRes
=
g_strdup
(
file
);
else
cRes
=
g_strdup_printf
(
"%s/%s.jpg"
,
cDir
,
file
);
cid_debug
(
" test de %s
\n
"
,
musicData
.
playing_cover
);
cid_debug
(
" test de %s
\n
"
,
cRes
);
if
(
g_file_test
(
cRes
,
G_FILE_TEST_EXISTS
))
{
return
cRes
;
...
...
src/cid-utilities.c
View file @
8a54d8e8
...
...
@@ -1204,3 +1204,10 @@ cid_clone_datatable (CidDataTable *pSource)
}
return
res
;
}
gboolean
cid_file_lookup
(
const
gchar
*
cFileName
)
{
return
FALSE
;
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment