Commit e7a7b94d273968b949d436ba5dab29892f70a438

Thomas de Grivel 2023-02-02T18:32:25

init b

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/libc3/module.c b/libc3/module.c
index e12aa7e..c2f9166 100644
--- a/libc3/module.c
+++ b/libc3/module.c
@@ -64,7 +64,7 @@ s_str * module_name_path (const s_str *prefix, const s_sym *name,
 
 sw module_name_path_size (const s_str *prefix, const s_sym *name)
 {
-  character b;
+  character b = 0;
   character c;
   s_buf in;
   sw r;