Mercurial > hg > audiodb
diff soap.cpp @ 316:25572f1bd37f large_adb
Adding large_adb support (up to 1M tracks)
author | mas01mc |
---|---|
date | Tue, 19 Aug 2008 14:27:21 +0000 |
parents | b671a46873c2 |
children | b9eff6896943 |
line wrap: on
line diff
--- a/soap.cpp Tue Aug 12 14:25:51 2008 +0000 +++ b/soap.cpp Tue Aug 19 14:27:21 2008 +0000 @@ -126,6 +126,8 @@ strncpy(queryType, "sequence", strlen("sequence")); else if(qType == O2_TRACK_QUERY) strncpy(queryType,"track", strlen("track")); + else if(qType == O2_N_SEQUENCE_QUERY) + strncpy(queryType,"nsequence", strlen("nsequence")); else strncpy(queryType, "", strlen(""));