Skip to content

Commit

Permalink
Adding comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian.Just committed Aug 7, 2014
1 parent a1ff843 commit 14c1f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/clrfunc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 338,7 @@ Handle<v8::Object> ClrFunc::MarshalCLRExceptionToV8(MonoException* exception)
MonoClass* klass = mono_object_get_class((MonoObject*)exception);
const char* namespaceName = mono_class_get_namespace(klass);
const char* className = mono_class_get_name(klass);
// This looks horrible - it is 2014...
char result[strlen(namespaceName) 1 strlen(className) 1];
strcpy(result,namespaceName);
strcat(result, ".");
Expand Down

0 comments on commit 14c1f76

Please sign in to comment.