mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
merged with 1697 revision of trunk (which is post-rc1 but pre-rc2
git-svn-id: svn://localhost/ardour2/branches/2.1-staging@1698 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4bf712f501
commit
45d3ec1437
696 changed files with 48513 additions and 22850 deletions
|
|
@ -23,7 +23,7 @@ PBD::stacktrace (std::ostream& out, int levels)
|
|||
|
||||
printf ("Obtained %zd stack frames.\n", size);
|
||||
|
||||
for (i = 0; i < size && (levels == 0 || i < levels); i++) {
|
||||
for (i = 0; i < size && (levels == 0 || i < size_t(levels)); i++) {
|
||||
out << strings[i] << std::endl;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue