Add shared copyright to EfficiOS Inc. and Linux Foundation
[babeltrace.git] / types / string.c
index 47e0970e890280b159d52d385a15cc0e60eed63b..9eaa9df800e25219e6d817e98c57daa2b94f4565 100644 (file)
@@ -3,7 +3,9 @@
  *
  * BabelTrace - String Type Converter
  *
- * Copyright 2010, 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * Copyright 2010-2011 EfficiOS Inc. and Linux Foundation
+ *
+ * Author: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
@@ -77,6 +79,7 @@ struct definition *
        string->p.name = field_name;
        string->p.path = new_definition_path(parent_scope, field_name,
                                        root_name);
+       string->p.scope = NULL;
        string->value = NULL;
        string->len = 0;
        string->alloc_len = 0;
This page took 0.02289 seconds and 4 git commands to generate.