From df4a0bc47e9fe1d9a9f245439aa47a3ab35651ef Mon Sep 17 00:00:00 2001 From: Carl Fredrik Samson Date: Sat, 1 Feb 2020 02:47:38 +0100 Subject: [PATCH] fixed missing picture --- src/1_3_pin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/1_3_pin.md b/src/1_3_pin.md index fa50ec3..932707f 100644 --- a/src/1_3_pin.md +++ b/src/1_3_pin.md @@ -138,7 +138,7 @@ occupied with the string "test2". This can be a bit hard to visualize so I made a figure that i hope can help. **Fig 1: Before and after swap** -![swap_problem](../assets/swap_problem.jpg) +![swap_problem](./assets/swap_problem.jpg) As you can see this results in unwanted behavior. It's easy to get this to segfault, show UB and fail in other spectacular ways as well.