Skip to content
Extraits de code Groupes Projets
Vérifiée Valider 076b8b46 rédigé par Kubat's avatar Kubat
Parcourir les fichiers

WIP: Print the path for debug

parent d2b9117b
Branches
Étiquettes
1 requête de fusion!144Resolve "Write MKV tags without mkvpropedit as a dependency for the AppImage"
...@@ -236,6 +236,13 @@ ___resolve_appimage(void) ...@@ -236,6 +236,13 @@ ___resolve_appimage(void)
LOG_DEBUG("INIT", "No AppImage env variable found!"); LOG_DEBUG("INIT", "No AppImage env variable found!");
} }
static inline void
___resolve_path(void)
{
const char *env_PATH = getenv("PATH");
LOG_DEBUG("INIT", "PATH is: %s", env_PATH);
}
int int
main(int argc, char *argv[]) main(int argc, char *argv[])
{ {
...@@ -290,6 +297,7 @@ main(int argc, char *argv[]) ...@@ -290,6 +297,7 @@ main(int argc, char *argv[])
/* Resolves */ /* Resolves */
___resolve_appimage(); ___resolve_appimage();
___resolve_path();
/* Init the server */ /* Init the server */
struct lkt_state srv; struct lkt_state srv;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter