mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-01 20:14:49 +02:00
Add comments to document the SQL.
This commit is contained in:
@@ -502,6 +502,7 @@ bool SampleBlock::Commit()
|
||||
return false;
|
||||
}
|
||||
|
||||
// BIND SQL sampleblocks
|
||||
sqlite3_bind_int(stmt, 1, mSampleFormat);
|
||||
sqlite3_bind_double(stmt, 2, mSumMin);
|
||||
sqlite3_bind_double(stmt, 3, mSumMax);
|
||||
|
||||
Reference in New Issue
Block a user