summaryrefslogtreecommitdiff
path: root/src/analysis/type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/type.c')
-rw-r--r--src/analysis/type.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analysis/type.c b/src/analysis/type.c
index be49d98..d04e7ce 100644
--- a/src/analysis/type.c
+++ b/src/analysis/type.c
@@ -388,7 +388,7 @@ char *_g_openida_type_to_string(const GOpenidaType *type, bool simple)
{
namespace = g_openida_type_to_string(type->namespace);
- result = strprep(result, "::");
+ result = strprep(result, "." /* FIXME */);
result = strprep(result, namespace);
free(namespace);