mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
fix Pingback
This commit is contained in:
parent
c9959f742a
commit
cf4b4dea3e
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ _pingback (void *arg)
|
|||
|
||||
#endif /* PLATFORM_WINDOWS */
|
||||
|
||||
return_str = h.get (url.c_str());
|
||||
return_str = h.get (url);
|
||||
|
||||
if (!return_str.empty ()) {
|
||||
if ( return_str.length() > 140 ) { // like a tweet :)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue