/[svn]/liblscp/trunk/src/common.c
ViewVC logotype

Diff of /liblscp/trunk/src/common.c

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

revision 625 by capela, Thu Jun 9 15:55:49 2005 UTC revision 749 by capela, Fri Aug 19 17:05:08 2005 UTC
# Line 206  lscp_status_t lscp_client_call ( lscp_cl Line 206  lscp_status_t lscp_client_call ( lscp_cl
206    
207        case LSCP_TIMEOUT:        case LSCP_TIMEOUT:
208                  // We have trouble...                  // We have trouble...
209          pClient->iTimeoutCount++;                  pClient->iTimeoutCount++;
210          // Fake a result message.          // Fake a result message.
211          pszResult = "Timeout during receive operation";          pszResult = "Timeout during receive operation";
212          iErrno = (int) ret;          iErrno = (int) ret;
# Line 743  void lscp_channel_info_init ( lscp_chann Line 743  void lscp_channel_info_init ( lscp_chann
743      pChannelInfo->midi_port         = 0;      pChannelInfo->midi_port         = 0;
744      pChannelInfo->midi_channel      = 0;      pChannelInfo->midi_channel      = 0;
745      pChannelInfo->volume            = 0.0;      pChannelInfo->volume            = 0.0;
746        pChannelInfo->mute              = 0;
747        pChannelInfo->solo              = 0;
748  }  }
749    
750  void lscp_channel_info_free ( lscp_channel_info_t *pChannelInfo )  void lscp_channel_info_free ( lscp_channel_info_t *pChannelInfo )

Legend:
Removed from v.625  
changed lines
  Added in v.749

  ViewVC Help
Powered by ViewVC