diff options
author | Wynn Wolf Arbor | 2020-01-20 22:09:59 +0100 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-01-20 22:09:59 +0100 |
commit | 0f861078b46734af8911abd264fa4a182b461b04 (patch) | |
tree | bfd9b87b03b34487dd377d7bf085b0908a3c437f /posts/debug-ncmpcpp-taglib.md | |
parent | 789b1d59bb1b7508e297ce5497d958b3900cd83e (diff) | |
download | site-0f861078b46734af8911abd264fa4a182b461b04.tar.gz |
posts: Replace outdated ncmpcpp code link
Since my changes to the project got merged, and this link was always
pointing to master, the issue was not actually visible anymore. Fix this
by using a permalink to the code range from before the fix.
Diffstat (limited to '')
-rw-r--r-- | posts/debug-ncmpcpp-taglib.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/debug-ncmpcpp-taglib.md b/posts/debug-ncmpcpp-taglib.md index 0291190..45dbda4 100644 --- a/posts/debug-ncmpcpp-taglib.md +++ b/posts/debug-ncmpcpp-taglib.md @@ -28,7 +28,7 @@ to my to-do list. Today I decided to look into this finally. First stop: the `ncmpcpp(1)` source code. I already knew that it used `taglib` to access and modify Vorbis comments, so I quickly found the [part of the -code](https://github.com/arybczak/ncmpcpp/blob/master/src/tags.cpp#L173) +code](https://github.com/arybczak/ncmpcpp/blob/31ee76e8eee0cdc953f85d6c9369fb0aca010889/src/tags.cpp#L173-L199) that was responsible for saving changes: ```cpp |