• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

超漢字アプリケーション開発用のProtocol Buffersコンパイラの開発


Commit MetaInfo

Révision545fdf23e0414a201a33a8544ebe361f96ac0bed (tree)
l'heure2015-03-05 00:44:22
Auteurornse01 <ornse01@user...>
Commiterornse01

Message de Log

fix line break.

Change Summary

Modification

--- a/src/protobuf/template.c.erb
+++ b/src/protobuf/template.c.erb
@@ -97,8 +97,8 @@ EXPORT VOID <%= m.name %>__clear_<%= f.name %>(<%= m.name %> *m)
9797
9898 <%- end -%>
9999 <%- if f.is_singular_string? -%>
100-EXPORT Bool <%= m.name %>__has_<%= f.name %>(<%= m.name %> *m){
101-
100+EXPORT Bool <%= m.name %>__has_<%= f.name %>(<%= m.name %> *m)
101+{
102102 return m-><%= f.name %> != NULL;
103103 }
104104