/[zanavi_public1]/navit/navit/speech.c
ZANavi

Diff of /navit/navit/speech.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 26 Revision 27
74} 74}
75 75
76int 76int
77speech_say(struct speech *this_, const char *text) 77speech_say(struct speech *this_, const char *text)
78{ 78{
79 dbg(1, "this_=%p text='%s' calling %p\n", this_, text, this_->meth.say); 79 // dbg(1, "this_=%p text='%s' calling %p\n", this_, text, this_->meth.say);
80 return (this_->meth.say)(this_->priv, text); 80 return (this_->meth.say)(this_->priv, text);
81} 81}
82 82
83/** 83/**
84 * @brief Gets an attribute from a speech plugin 84 * @brief Gets an attribute from a speech plugin

Legend:
Removed from v.26  
changed lines
  Added in v.27

   
Visit the ZANavi Wiki