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

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

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

revision 1665 by schoenebeck, Mon Feb 4 13:02:30 2008 UTC revision 1666 by schoenebeck, Mon Feb 4 14:06:07 2008 UTC
# Line 2071  lscp_status_t lscp_set_fxsend_name ( lsc Line 2071  lscp_status_t lscp_set_fxsend_name ( lsc
2071          if (!pClient || iSamplerChannel < 0 || iFxSend < 0 || !pszFxName)          if (!pClient || iSamplerChannel < 0 || iFxSend < 0 || !pszFxName)
2072                  return LSCP_FAILED;                  return LSCP_FAILED;
2073    
2074          snprintf(szQuery, LSCP_BUFSIZ, "SET FX_SEND NAME %d %d %s\r\n", iSamplerChannel, iFxSend, pszFxName);          snprintf(szQuery, LSCP_BUFSIZ, "SET FX_SEND NAME %d %d '%s'\r\n", iSamplerChannel, iFxSend, pszFxName);
2075          return lscp_client_query(pClient, szQuery);          return lscp_client_query(pClient, szQuery);
2076  }  }
2077    

Legend:
Removed from v.1665  
changed lines
  Added in v.1666

  ViewVC Help
Powered by ViewVC